home *** CD-ROM | disk | FTP | other *** search
/ H4CK3R 14 / hacker14.iso / programacao / visual / perl.exe / {app} / Templates / other / C.c < prev    next >
Encoding:
C/C++ Source or Header  |  2003-01-11  |  288 b   |  18 lines

  1. //
  2.  
  3. #include           <stdio.h>
  4. #include           <stdlib.h>
  5. #include           <float.h>
  6. #include           <graphics.h>
  7. #include           <math.h>
  8. #include           <conio.h>
  9.  
  10. #define            MAX        50
  11. #define            ARRAYMAX   10
  12.  
  13. void main(void)
  14. {
  15.  
  16. }
  17.  
  18.